Learn R Programming

iNZightTools (version 2.0.1)

Or NULL operator: NULL or operator

Description

NULL or operator

Usage

a %||% b

Value

a if a is not NULL, otherwise b

Arguments

a

an object, potentially NULL

b

an object